-
Notifications
You must be signed in to change notification settings - Fork 697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vsomeip 3.4.9-r1 #529
Merged
Merged
vsomeip 3.4.9-r1 #529
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BrunoLSilvaCTW
approved these changes
Oct 3, 2023
Notes: v3.4.9 - Merge COVESA PR447 with support for QNX 7.1 - Merge COVESA PR470 with changes to not instantiate a non existent type for boost < 1.66.0 - Merge COVESA PR515 with changes that remove not used lines v3.4.8 - Adds debounce_filter_tests json files to gitignore - Adds check for null serviceinfo - Implementation of debounce frequency test - Accept malformed StopSubscribe/Subscribe messages - security: Fix security library name - Also remove service instance from map of pending offers - enforce lock acquisition order to avoid LOI - Improved logs v3.4.7 - Do _NOT_ try to serialize empty names - Avoid crash on access to invalid position from tcp_endpoint buffer - Fix security library name - revert std::move usage in train buffer's - Fix deadlock in mutex_ v3.4.6 - check if a policy exist in the vector of policies - Crash in process vsomeipd crash id: D8DF38B19EEBC79D - Enable guest port configuration per uid/gid v3.4.5 - Implementation of new debounce filter test - test availability when double offering service - network test fixes - Try to synchronize subscribe/unsubscribe/resubscribe - Add vsomeip_portcfg.json to the list of mandatory configuration files - Check buffer before accessing it - Rework condition for starting the send operation for client endpoint - Avoid spamming the log - Extend security interface to enable syncing security clients - Revert get_local_port() behaviour v3.4.4.1 - manually reset tables for unavailable services on suspend state v3.4.4 - Fix deadlock if binding of UDP client endpoint fails - Changed local_tcp_client endpoint connect to async connect. - Change shutdown sequence - vSomeIP Security: Update vsomeip_sec v3.4.3 - Fixed race between incoming subscription and StopOffer/Offer v3.4.2 - Removed local_port_ attribute v3.4.1 - Rename the new "register_message_handler" overload function - Set the Client identifier when sending pong command v3.4.0 - Allow to register multiple message handlers for the same message - load_security_policy_extensions Unit and Benchmark Tests - Fix is_local flag for acl acceptance msg - Fix registration issues regarding connecting timeout
DiogoPedrozza
force-pushed
the
update_3.4.9
branch
from
October 3, 2023 16:21
5333444
to
e44e527
Compare
fcmonteiro
approved these changes
Oct 4, 2023
BrunoLSilvaCTW
requested changes
Oct 4, 2023
DiogoPedrozza
commented
Oct 4, 2023
Some of the Ifdefs were not correctly ported from COVESA PR#447
DiogoPedrozza
force-pushed
the
update_3.4.9
branch
from
October 19, 2023 14:23
d89bcf1
to
1f5bd3b
Compare
Notes: - Fix QNX build - Fix missing Stop Offer - Apply extra fixes to QNX environment
DiogoPedrozza
force-pushed
the
update_3.4.9
branch
from
October 19, 2023 14:30
1f5bd3b
to
dd8514c
Compare
BrunoLSilvaCTW
approved these changes
Oct 19, 2023
fcmonteiro
approved these changes
Oct 19, 2023
goncaloalmeida
approved these changes
Oct 19, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Notes:
v3.4.9
v3.4.8
v3.4.7
v3.4.6
v3.4.5
v3.4.4.1
v3.4.4
v3.4.3
v3.4.2
v3.4.1
v3.4.0